home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / as-receitas-de-dora.swf / scripts / DefineSprite_392 / frame_10 / DoAction.as
Text File  |  2011-09-19  |  230b  |  12 lines

  1. stop();
  2. if(_parent._parent.vdirection == "right")
  3. {
  4.    mcpupilleleft.gotoAndStop("right");
  5.    mcpupilleright.gotoAndStop("right");
  6. }
  7. else
  8. {
  9.    mcpupilleleft.gotoAndStop("left");
  10.    mcpupilleright.gotoAndStop("left");
  11. }
  12.